SpanIncluding(string, set)Returns all characters from string from its beginning until it reaches a character that is not included in the specified set of characters. The search is case-sensitive.
Any string.
String containing one or more characters being sought.